oldAnnotation = $oldAnnotation; $this->newAnnotation = $newAnnotation; } public function getOldAnnotation() : string { return $this->oldAnnotation; } public function getNewAnnotation() : string { return $this->newAnnotation; } }